From: Dan Nicolaescu Date: Fri, 20 Aug 2010 22:44:38 +0000 (-0700) Subject: * src/term.c: Do not include , systty.h does it. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6894 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27e082184a6880f955a5c404816660e8e7b89fac;p=emacs.git * src/term.c: Do not include , systty.h does it. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6daab655355..4abfad0cf10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-08-20 Dan Nicolaescu + * term.c: Do not include , systty.h does it. + * s/unixware.h (HAVE_TCATTR): * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed. systty.h defines it when HAVE_TERMIOS is defined. diff --git a/src/term.c b/src/term.c index 4f326234956..d1279498060 100644 --- a/src/term.c +++ b/src/term.c @@ -31,9 +31,6 @@ along with GNU Emacs. If not, see . */ #include #endif -#if HAVE_TERMIOS_H -#include /* For TIOCNOTTY. */ -#endif #ifdef HAVE_SYS_IOCTL_H #include #endif